Check out out all the ways you can get involved in XOtaki, including submitting stories and photos, and identifying people in photo captions, right here >
;
const rh_temp = document.querySelector("#modules-holder")
if ( rh_temp )
rh_temp.setAttribute("data-status", "not-using-AJAX");
load_page_scripts();
document.body.classList.add("bs5");
fd_ajax_complete (); //librarires loaded, content should also now be added, so lets run a quick tidy up
}
var ses_timeout = null;
//allow for loading of unnamed scripts defined from pages
( function( fd_page_app )
{
// load defined functions like fd_page_app.function_name
//define functions like fd_page_app.function_name = function () { } ;
} ( window.fd_page_app = window.fd_page_app || {} )
);
//if we can use local storage from browser
window.addEventListener('storage', function(event)
{
if (event.key == 'logout-event')
{
//you have been logged out, redirect this tab back to homepage.
//window.location = 'https://xotaki.org.nz/';
//lets just reload the page instead
window.location.reload();
}
}
);
//]]>
Do NOT follow this link or you will be banned from the server!